CellValueType Enumeration
Namespace: Independentsoft.Office.OdfAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public enum CellValueType
Public Enumeration CellValueType
| Float | 0 |
Cell contains a numeric value.
|
| Percentage | 1 |
Cell contains a numeric value.
|
| Currency | 2 |
Cell contains a numeric value and currency symbol.
|
| Date | 3 |
Cell contains a date value or date and time value.
|
| Time | 4 |
Cell contains a time value of duration.
|
| Boolean | 5 |
Cell contains a boolean value encoded as true or false.
|
| String | 6 |
Cell contains a string value.
|
| None | 7 |
None
|